Objects Types and Constants Properties Methods Object Hierarchy Index

QuerySet Method

Description:

Returns the Graphic objects in the collection that match a query string.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->QuerySet(Query, &prop);

Visual Basic:
prop = object.QuerySet(Query)

Parts:

Query

BSTR

[in]

The query string.

prop

GraphicSet*

[out][retval]

The matching Graphic objects, as a GraphicSet__Object.

Defined in:

GraphicSet

Graphics

Layer

Selection


Objects Types and Constants Properties Methods Object Hierarchy Index

SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums